*{
    margin: 0;
    padding: 0;
}
a:visited{
    color: #ffffff;
}
a{
    text-decoration: none;
}
li{
    list-style-type: none;
}
body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    min-width: 1200px;
}
.clear{
    clear: both;
}
.header{
    height: 135px;
}
.header .h-body{
    position: relative;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}
.header .h-body .h-logo{
    height: 110px;
    max-width: 588px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.header .h-body .h-logo img{
    width: 100%;
    height: 100%;
}
.header .h-body .h-search{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    border: 1px solid #cfd7e0;
    width: 340px;
    height: 40px;
    border-radius: 4px;
    
}
.header .h-body .h-search div{
    display: inline-block;
}
.header .h-body .h-search .h-s-input input{
    border: none;
    outline: none;
    padding: 12px 16px;
}
.header .h-body .h-search .h-s-search-btn{
    background-color: #1b65b9;
    cursor: pointer;
    width: 48px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    text-align: center;
    line-height: 40px;
    float: right;
}
.header .h-body .h-search .h-s-search-btn img{
    width: 24px;
    vertical-align: middle;
}

.menu{
    height: 55px;
    background-color: #1b65b9;
    z-index: 99;
}
.menu .m-list{
    width: 1200px;
    margin: 0 auto;
}
.menu .m-list .m-list-nav{
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu .m-list .m-list-nav .m-list-nav-item{
    position: relative;
    width: 20%;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    z-index: 99;
    cursor: pointer;
}
.menu .m-list .m-list-nav .m-list-nav-item a{
    color: #ffffff;
}
.menu .m-list .m-list-nav .m-list-nav-item-hover ul{
    display: block !important;
}
.menu .m-list .m-list-nav .m-list-nav-item:hover{
    background-color: #135aac;
}
.menu .m-list .m-list-nav .m-list-nav-item-active{
    background-color: #135aac;
}
.menu .m-list .m-list-nav .m-list-nav-item ul{
    display: none;
    background-color: #135aac;
}
.menu .m-list .m-list-nav .m-list-nav-item ul li:hover{
    background-color: #1b65b9;
}

.main{
    margin-top: 20px;
    flex: 1;
}
.main .m-body{
    width: 1200px;
    margin: 0 auto;
}
.main .m-body .m-news-main{
    height: 350px;
}
.main .m-body .m-news-main .banners{
    height: 350px;
    position: relative;
    width: 45%;
    float: left;
}
.main .m-body .m-news-main .top-news{
    height: 350px;
    width: 53%;
    float: right;
}
.main .m-body .m-news-main .top-news .news-nav{
    border-bottom: 1px solid #ebeef5;
}
.main .m-body .m-news-main .top-news .news-nav .news-nav-item{
    display: inline-block;
    font-size: 20px;
    height: 27px;
    text-align: left;
    cursor: pointer;
    padding-bottom: 10px;
    margin-right: 32px;
}
.main .m-body .m-news-main .top-news .news-nav .news-nav-item-active{
    color: #1b65b9;
    border-bottom: 2px solid #1b65b9;
}

.main .m-body .m-news-main .top-news .news-main .news-m-list li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.main .m-body .m-news-main .top-news .news-main .news-m-list .top{
    margin-right: 5px;
    width: 36px;
    height: 18px;
    line-height: 18px;
    opacity: 1;
    background: #e6a23c;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: inline-block;
}
.main .m-body .m-news-main .top-news .news-main .news-m-list .title{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #303133;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.main .m-body .m-news-main .top-news .news-main .news-m-list .title a{
    color: #303133;
}
.main .m-body .m-news-main .top-news .news-main .news-m-list .title:hover{
    color: #1b65b9;
}
.main .m-body .m-news-main .top-news .news-main .news-m-list .time{
    text-align: right;
    width: 19%;
    display: inline-block;
    color: #909399;
    vertical-align: middle;
}


.main .m-body .bot-news{
    margin-top: 40px;
}
.main .m-body .bot-news .news-left{
    width: 49%;
    float: left;
}
.main .m-body .bot-news .news-right{
    width: 49%;
    float: right;
}
.main .m-body .bot-news .news-title{
    height: 27px;
    line-height: 27px;
    font-size: 20px;
    border-bottom: 1px solid #ebeef5;
    padding-bottom: 10px;
    color: #303133;
}
.main .m-body .bot-news .news-title .more{
    float: right;
    cursor: pointer;
    height: 19px;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #606266;
    line-height: 27px;
}
.main .m-body .bot-news .news-title .more a{
    color: #303133;
}
.main .m-body .bot-news .context li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.main .m-body .bot-news .context .top{
    margin-right: 5px;
    width: 36px;
    height: 18px;
    line-height: 18px;
    opacity: 1;
    background: #e6a23c;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: inline-block;
}
.main .m-body .bot-news .context .title{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #303133;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.main .m-body .bot-news .context .title a{
    color: #303133;
}
.main .m-body .bot-news .context .title:hover{
    color: #1b65b9;
}
.main .m-body .bot-news .context .time{
    text-align: right;
    width: 19%;
    display: inline-block;
    color: #909399;
    vertical-align: middle;
}

.links{
    margin-top: 20px;
}
.links .title{
    height: 27px;
    line-height: 27px;
    font-size: 20px;
    border-bottom: 1px solid #ebeef5;
    padding-bottom: 10px;
    color: #303133;
}
.links .context .links-item{
    width: 19%;
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background-color: lightblue;
    height: 60px;
    margin-top: 10px;
}
.links .context .links-item img{
    width: 100%;
    height: 100%;
}

.footer{
    margin-top: 20px;
    height: 100px;
    text-align: center;
    font-size: 14px;
    background-color: #303133;
    position: relative;
}
.footer .footer-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #909399;
}


/* banner */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    width: 540px;
}
.swiper-pagination{
    text-align: right !important;
    left: -10px !important;
}
.swiper-title{
    background-color: rgba(27,101,185,.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 16px;
    height: 38px;
    line-height: 38px;
    padding-right: 124px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
}
.swiper-pagination-bullet{
    background-color: #ffffff !important;
    opacity: 1 !important;
}
.my-bullet-active{
    background: #ff6600 !important;
    opacity: 1 !important;
}

/* list */
.main .m-body .list-main{
    background-color: #ffffff;
    border: 1px solid #dee2e8;
    padding: 26px 24px;
}

.main .m-body .list-main .list-left{
    width: 20%;
    float: left;
    background-color: #f5f8fc;
    border-radius: 6px;
}

.main .m-body .list-main .list-left .list-left-top{
    height: 50px;
    background: #1b65b9;
    color: #fff;
    padding: 0 16px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 6px 6px 0 0;
}

.main .m-body .list-main .list-left .list-left-top img{
    vertical-align: middle;
    height: 26px;
}

.main .m-body .list-main .list-left .list-left-nav{
    padding: 0 20px;
}
.main .m-body .list-main .list-left .list-left-nav .nav-item{
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 4px;
    text-align: left;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0 34px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #303a46
}
.main .m-body .list-main .list-left .list-left-nav .nav-item-active{
    background: #fff;
    color: #1b65b9;
}

.main .m-body .list-main .list-right{
    width: 78%;
    float: right;
    min-height: 600px;
}

.main .m-body .list-main .list-right .news-list-title{
    font-size: 20px;
    text-align: left;
    color: #1b65b9;
    line-height: 27px;
    height: 27px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dee2e8;
    margin-bottom: 16px;
}

.main .m-body .list-main .list-right .news-list-title img{
    vertical-align: middle;
}


.main .m-body .list-main .list-right .news-list-context li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.main .m-body .list-main .list-right .news-list-context .top{
    margin-right: 5px;
    width: 36px;
    height: 18px;
    line-height: 18px;
    opacity: 1;
    background: #e6a23c;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: inline-block;
}
.main .m-body .list-main .list-right .news-list-context .title{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #303133;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.main .m-body .list-main .list-right .news-list-context .title a{
    color: #303133;
}
.main .m-body .list-main .list-right .news-list-context .title:hover{
    color: #1b65b9;
}
.main .m-body .list-main .list-right .news-list-context .time{
    text-align: right;
    width: 19%;
    display: inline-block;
    color: #909399;
    vertical-align: middle;
}
.main .m-body .list-main .list-right .page{
    margin-top: 40px;
    text-align: center;
}
.main .m-body .list-main .list-right .page .page-num{
    margin: 0 10px;
}
.main .m-body .list-main .list-right .page .page-num-active{
    color: #1b65b9;
}
.main .m-body .list-main .list-right .page span{
    cursor: pointer;
}

/* show */
.info-main .info-header{
    background-color: #f5f7fa;
}
.info-main .info-header .info-header-main{
    margin-top: 10px;
    width: 1200px;
    margin: 0 auto;
}
.info-main .info-header .info-header-main .breadcrumb{
    color: #6d747d;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.info-main .info-header .info-header-main .breadcrumb a{
    color: #6d747d;
}
.info-main .info-header .info-header-main .breadcrumb .bread{
    float: left;
}
.info-main .info-header .info-header-main .breadcrumb .back{
    border: 1px solid #dce2eb;
    text-align: center;
    width: 70px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    background-color: #ffffff;
    float: right;
}
.info-main .info-header .info-header-main .info-title{
    font-size: 24px;
    font-weight: 700;
    color: #303a46;
    text-align: center;
    margin-top: 10px;
    padding: 0 40px;
}
.info-main .info-header .info-header-main .info-time{
    text-align: center;
    color: #909399;
    height: 40px;
    line-height: 40px;
}
.info-main .info-header .info-header-main .info-time img{
    height: 18px;
    vertical-align: middle;
}
.info-main .info-context{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ebeef5;
    border-radius: 6px;
    margin-top: 30px;
}
.info-main .info-context .info-text{
    padding: 32px 80px;
    min-height: 700px;
}
.info-main .info-context .info-text a{
    color: #0000EE;
}
.info-main .back{
    border: 1px solid #dce2eb;
    text-align: center;
    width: 70px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    font-size: 14px;
    background-color: #ffffff;
    margin: 0 auto;
    color: #6d747d;
    margin-top: 30px;
}

/* search */
.search-main{
    background-color: #fff;
    border: 1px solid #dee2e8;
    padding: 26px 30px;
}
.search-main .news-list-title{
    font-size: 20px;
    text-align: left;
    color: #1b65b9;
    line-height: 27px;
    height: 27px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dee2e8;
    margin-bottom: 16px;
}

.search-main .news-list-title img{
    vertical-align: middle;
}
.search-main .news-list-context li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.search-main .news-list-context .top{
    margin-right: 5px;
    width: 36px;
    height: 18px;
    line-height: 18px;
    opacity: 1;
    background: #e6a23c;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: inline-block;
}
.search-main .news-list-context .title{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #303133;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.search-main .news-list-context .title:hover{
    color: #1b65b9;
}
.search-main .news-list-context .time{
    text-align: right;
    width: 19%;
    display: inline-block;
    color: #909399;
    vertical-align: middle;
}
.search-main .page{
    margin-top: 40px;
    text-align: center;
}

.pagination li{
    display: inline-block;
    margin: 0 5px;
}
.pagination li a{
    color: #000000;
}
.pagination .active a{
    color: #cccccc !important;
}